var html/template.commentStart

3 uses

	html/template (current package)
		transition.go#L47: var commentStart = []byte("<!--")
		transition.go#L57: 		} else if i+4 <= len(s) && bytes.Equal(commentStart, s[i:i+4]) {
		transition.go#L311: 		if i+3 < len(s) && bytes.Equal(commentStart, s[i:i+4]) {